home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / comm / pmtl10.zip / readme.tgl < prev    next >
Text File  |  1996-09-22  |  6KB  |  153 lines

  1. TagLine Generator for PMMail
  2. Copyright 1996, Stephen Berg and Iceberg Software Productions
  3.  
  4.                      
  5.         PMTagLine V 1.00 (Sep 22)
  6.         A REXX script for PMMail
  7.         Written by Stephen Berg
  8.         (C)1996 - Stephen Berg and Iceberg Software Productions
  9.  
  10. Table of Contents
  11.  
  12. 1.  Introduction
  13.  
  14. 2.  Disclaimer
  15.  
  16. 3.  Installation
  17.  
  18. 4.  Using PMTagLine
  19.  
  20.     4a.  Let PMTagLine randomly pick a TagLine.
  21.     4b.  Pick one from the file specifically.
  22.     4c.  Input your own TagLine manually.
  23.     4d.  Bypass the TagLine insertion.
  24.  
  25. 5.  What-Not
  26.  
  27. 6.  Future development
  28.  
  29. 7.  Contact Info
  30.  
  31. *******************************************************
  32. *                1.  Introduction:                    *
  33. *******************************************************
  34.  
  35.     Thank you for getting this product, of course since it's free 
  36. you didn't have to work very hard did you?  =:-)  This REXX script was 
  37. writen in order to regain the TagLine features of the off-mail readers 
  38. I used back in my BBS'ing days.  It's not quite as fully featured as 
  39. they were for the tagline thing, but it's a start anyway.  
  40.  
  41.     I wrote the script with VREXX2 which is an IBM Employee Written
  42. Software product and available to anyone who has a valid licensed copy
  43. of OS/2 as far as I know anyway.  I'm distributing this script without the
  44. VREXX product.  You'll have to obtain it yourself.  It can be found at the
  45. following FTP site:
  46.  
  47.     ftp://software.watson.ibm.com/pub/os2/ews/vrexx2.zip 
  48.  
  49.     The software is freeware but I'd appreciate an email to let me
  50. now if you're using it.
  51.  
  52. *******************************************************
  53. *                2.  Disclaimer:                      *
  54. *******************************************************
  55.  
  56.     (That silly legal stuff)
  57.  
  58.     The entire code is here for you to see, change, use or not use.  
  59. I will *NOT* be held responsible if your machine blows up, if your 
  60. Internet Provider disconnects you, if your significant other/wife/husband 
  61. leaves you, if the IRS audits you or anything else bad happens to you by 
  62. fault or not in this script.  That's why it's free.  And by using these 
  63. scripts you fully and without reservation accept these terms.  If you 
  64. don't accept, then don't run these scripts, it won't effect my paycheck 
  65. either way.  =:-)
  66.  
  67.     I've tested it out pretty well on my system which is Warp Fullpack 
  68. running PMMail 1.52 and it seems to be very stable for me.  If you're running
  69. another OS/2 version or another PMMail version I can't be so sure.  Let me
  70. know if you have a different setup and whether or not it's working for you.
  71.  
  72. *******************************************************
  73. *                3.  Installation:                    *
  74. *******************************************************
  75.  
  76.     Installing this script is rather easy, just make sure that the
  77. TAGLINE.CMD and TAGLINE.TXT files are in the PMMail working directory.
  78. This will be whereever your PMMAIL.EXE file is most likely, but you know
  79. your system better than I.  On my system that is C:\SOUTHSDE\PMMAIL, but 
  80. it may change if you installed PMMail elsewhere on your particular 
  81. system.  
  82.  
  83.     Once that's done, click on the "Account" pull down menu in
  84. PMMail, select "Utilities Settings..." from that menu.  When the 
  85. Utilities notebook comes up, select the "REXX Exits" tab.  
  86.  
  87.     There you'll see two different entries, click the box next to
  88. "Message Send Exit".  Then where it says "Script To Run" put in 
  89. "TAGLINE.CMD".  That should do it.  Whenever you send email out now you 
  90. should see a small dialog come up to choose how you want to handle the
  91. tagline for that message.
  92.  
  93. *******************************************************
  94. *                4.  Using PMTagLine:                 *
  95. *******************************************************
  96.  
  97.     When PMTagLine starts up it presents a radio button dialog so you
  98. can choose how it works for that individual message.  There are four 
  99. choices available:
  100.  
  101.     4a.  Let PMTagLine randomly pick a TagLine.
  102.  
  103.     This function will randomly pick a tagline from the TAGLINE.TXT
  104. file and insert it at the bottom of your outgoing mail.
  105.  
  106.     4b.  Pick one from the file specifically.
  107.  
  108.     This function will display a dialog that you can browse through
  109. the taglines in TAGLINE.TXT and pick one individually to be added to your
  110. outgoing mail.
  111.  
  112.     4c.  Input your own TagLine manually.
  113.  
  114.     This function will allow you to add your own tagline manually to 
  115. be added to your outgoing mail.
  116.  
  117.     4d.  Bypass the TagLine insertion.
  118.  
  119.     This function just exits the script and allows the message to go
  120. out without any tagline being added.
  121.  
  122. *******************************************************
  123. *                5.  What-Not                         *
  124. *******************************************************
  125.  
  126.     Please let me know if you have any problems with this script or
  127. find any bugs.  It's working rather smoothly for me, but that's only one
  128. system.  You can email me at "sberg@southwind.com" or find me on IRC,
  129. using "SSgt" for a nick, EFNet and usually in #OS/2.
  130.  
  131. *******************************************************
  132. *               6.  Future development:               *
  133. *******************************************************
  134.  
  135.     I'm running a few thoughts around in my head about how to scan
  136. incoming messages for taglines and make it possible to "TagNap" them into
  137. your own TAGLINE.TXT file.  Right now I don't know of an easy way to do 
  138. this since the incoming message REXX hook would be called for each and 
  139. every message that is received.  Since I get around 100 messages a day I'm
  140. not gonna want that to happen to myself so I won't do it to you either.
  141.  
  142.  
  143.  
  144. *******************************************************
  145. *               7.  Contact Info:                     *
  146. *******************************************************
  147.  
  148. Stephen Berg
  149. IceBerg Software Productions
  150.  
  151.     sberg@southwind.com
  152.                 http://www.southwind.com/sberg/
  153.